function loadSocialBadges() { var list = document.createElement("ul"); list.setAttribute("class", "socialBadges"); list.className="socialBadges"; var cell = document.createElement("li"); list.appendChild(cell); cell.setAttribute("class", "socialVert addThis"); cell.className="socialVert addThis"; cell.setAttribute("id", "mod-sm-badge-top-defer_addthisli"); var insPoint = document.getElementById("mod-sm-badge-top-defer"); insPoint.appendChild(list);} loadSocialBadges();function reposAddThis() {var hiddenAddThis = document.getElementById("mod-sm-badge-top-defer_addthis");var rowAddThis = document.getElementById("mod-sm-badge-top-defer_addthisli");if (rowAddThis) { rowAddThis.appendChild(hiddenAddThis); hiddenAddThis.style.display = "block";}}; reposAddThis();